[INFO] cloning repository https://github.com/carlos-burelo/varn
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/carlos-burelo/varn" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcarlos-burelo%2Fvarn", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcarlos-burelo%2Fvarn'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a4536b61707d6db93b6839d29eb42ad186917058
[INFO] checking carlos-burelo/varn against try#8ac0915e346f9a2e49ca3951b642c55bd7d1eaab for pr-158447
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcarlos-burelo%2Fvarn" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/carlos-burelo/varn
[INFO] finished tweaking git repo https://github.com/carlos-burelo/varn
[INFO] tweaked toml for git repo https://github.com/carlos-burelo/varn written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/carlos-burelo/varn on toolchain 8ac0915e346f9a2e49ca3951b642c55bd7d1eaab
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8ac0915e346f9a2e49ca3951b642c55bd7d1eaab" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/carlos-burelo/varn already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8ac0915e346f9a2e49ca3951b642c55bd7d1eaab" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1fdacc4943555a1ab0a030fd570308da4f7728c012065274176853b2f1b78ab4
[INFO] running `Command { std: "docker" "start" "1fdacc4943555a1ab0a030fd570308da4f7728c012065274176853b2f1b78ab4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1fdacc4943555a1ab0a030fd570308da4f7728c012065274176853b2f1b78ab4" "/opt/rustwide/cargo-home/bin/cargo" "+8ac0915e346f9a2e49ca3951b642c55bd7d1eaab" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1fdacc4943555a1ab0a030fd570308da4f7728c012065274176853b2f1b78ab4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1fdacc4943555a1ab0a030fd570308da4f7728c012065274176853b2f1b78ab4" "/opt/rustwide/cargo-home/bin/cargo" "+8ac0915e346f9a2e49ca3951b642c55bd7d1eaab" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]     Checking varn-diagnostics v0.1.0 (/opt/rustwide/workdir/crates/varn-diagnostics)
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling rust_decimal v1.40.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking itoa v1.0.17
[INFO] [stderr]     Checking writeable v0.6.2
[INFO] [stderr]     Checking litemap v0.8.1
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling cc v1.2.59
[INFO] [stderr]     Checking pin-project-lite v0.2.17
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking semver v1.0.27
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking utf8_iter v1.0.4
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking percent-encoding v2.3.2
[INFO] [stderr]     Checking untrusted v0.9.0
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]     Checking adler2 v2.0.1
[INFO] [stderr]     Checking rustls-pki-types v1.14.0
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]     Checking bytes v1.11.1
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling zerocopy v0.8.42
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking varn-utilities v0.1.0 (/opt/rustwide/workdir/crates/varn-utilities)
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking webpki-roots v1.0.6
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]    Compiling heapless v0.7.17
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking socket2 v0.6.2
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking webpki-roots v0.26.11
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking cpufeatures v0.2.17
[INFO] [stderr]     Checking hash32 v0.2.1
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking futures-core v0.3.32
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking futures-sink v0.3.32
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking chunked_transfer v1.5.0
[INFO] [stderr]     Checking iana-time-zone v0.1.65
[INFO] [stderr]    Compiling varn-builtins v0.1.0 (/opt/rustwide/workdir/crates/varn-builtins)
[INFO] [stderr]     Checking ascii v1.1.0
[INFO] [stderr]     Checking httpdate v1.0.3
[INFO] [stderr]     Checking uuid v1.22.0
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]     Checking urlencoding v2.1.3
[INFO] [stderr]     Checking base64 v0.21.7
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking tiny_http v0.12.0
[INFO] [stderr]     Checking futures-io v0.3.32
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking tower-service v0.3.3
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking tower-layer v0.3.3
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling tower-lsp-macros v0.9.0
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]    Compiling auto_impl v1.3.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking varn-base v0.1.0 (/opt/rustwide/workdir/crates/varn-base)
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking varn-core v0.1.0 (/opt/rustwide/workdir/crates/varn-core)
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking cobs v0.3.0
[INFO] [stderr]     Checking anstyle-parse v0.2.7
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]     Checking anstyle-query v1.1.5
[INFO] [stderr]     Checking colorchoice v1.0.5
[INFO] [stderr]     Checking anstyle v1.0.14
[INFO] [stderr]     Checking filetime v0.2.29
[INFO] [stderr]     Checking postcard v1.1.3
[INFO] [stderr]     Checking pin-project v1.1.11
[INFO] [stderr]     Checking clap_lex v1.1.0
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]     Checking quote v1.0.44
[INFO] [stderr]     Checking clap_builder v4.5.60
[INFO] [stderr]     Checking syn v2.0.117
[INFO] [stderr]     Checking varn-types v0.1.0 (/opt/rustwide/workdir/crates/varn-types)
[INFO] [stderr]     Checking varn-modules v0.1.0 (/opt/rustwide/workdir/crates/varn-modules)
[INFO] [stderr]     Checking varn-lexer v0.1.0 (/opt/rustwide/workdir/crates/varn-lexer)
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking varn-parser v0.1.0 (/opt/rustwide/workdir/crates/varn-parser)
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking varn-checker v0.1.0 (/opt/rustwide/workdir/crates/varn-checker)
[INFO] [stderr]     Checking xattr v1.6.1
[INFO] [stderr]     Checking tar v0.4.45
[INFO] [stderr]     Checking varn-backend v0.1.0 (/opt/rustwide/workdir/crates/varn-backend)
[INFO] [stderr]     Checking varn-jit v0.1.0 (/opt/rustwide/workdir/crates/varn-jit)
[INFO] [stderr]     Checking lsp-types v0.94.1
[INFO] [stderr]     Checking varn-opt v0.1.0 (/opt/rustwide/workdir/crates/varn-opt)
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling varn-op-macros v0.1.0 (/opt/rustwide/workdir/crates/varn-op-macros)
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking clap v4.5.60
[INFO] [stderr]     Checking clap_complete v4.6.2
[INFO] [stderr]     Checking varn-debug v0.1.0 (/opt/rustwide/workdir/crates/varn-debug)
[INFO] [stderr]     Checking varn-runtime v0.1.0 (/opt/rustwide/workdir/crates/varn-runtime)
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking rustls-webpki v0.103.10
[INFO] [stderr]     Checking ureq v2.12.1
[INFO] [stderr]     Checking varn-pm v0.1.0 (/opt/rustwide/workdir/crates/varn-pm)
[INFO] [stderr]     Checking varn-vm v0.1.0 (/opt/rustwide/workdir/crates/varn-vm)
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:136:45
[INFO] [stdout]     |
[INFO] [stdout] 136 |             load_const: ctx::jit_load_const as usize,
[INFO] [stdout]     |                                             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(function_casts_as_integer)]` on by default
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 136 |             load_const: ctx::jit_load_const as *const () as usize,
[INFO] [stdout]     |                                             ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:137:55
[INFO] [stdout]     |
[INFO] [stdout] 137 |             load_global_idx: ctx::jit_load_global_idx as usize,
[INFO] [stdout]     |                                                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 137 |             load_global_idx: ctx::jit_load_global_idx as *const () as usize,
[INFO] [stdout]     |                                                       ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:138:57
[INFO] [stdout]     |
[INFO] [stdout] 138 |             store_global_idx: ctx::jit_store_global_idx as usize,
[INFO] [stdout]     |                                                         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 138 |             store_global_idx: ctx::jit_store_global_idx as *const () as usize,
[INFO] [stdout]     |                                                         ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:139:59
[INFO] [stdout]     |
[INFO] [stdout] 139 |             define_global_idx: ctx::jit_define_global_idx as usize,
[INFO] [stdout]     |                                                           ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 139 |             define_global_idx: ctx::jit_define_global_idx as *const () as usize,
[INFO] [stdout]     |                                                           ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:140:29
[INFO] [stdout]     |
[INFO] [stdout] 140 |             eq: ctx::jit_eq as usize,
[INFO] [stdout]     |                             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 140 |             eq: ctx::jit_eq as *const () as usize,
[INFO] [stdout]     |                             ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:141:31
[INFO] [stdout]     |
[INFO] [stdout] 141 |             neq: ctx::jit_neq as usize,
[INFO] [stdout]     |                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 141 |             neq: ctx::jit_neq as *const () as usize,
[INFO] [stdout]     |                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:142:29
[INFO] [stdout]     |
[INFO] [stdout] 142 |             lt: ctx::jit_lt as usize,
[INFO] [stdout]     |                             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 142 |             lt: ctx::jit_lt as *const () as usize,
[INFO] [stdout]     |                             ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:143:31
[INFO] [stdout]     |
[INFO] [stdout] 143 |             lte: ctx::jit_lte as usize,
[INFO] [stdout]     |                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 143 |             lte: ctx::jit_lte as *const () as usize,
[INFO] [stdout]     |                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:144:29
[INFO] [stdout]     |
[INFO] [stdout] 144 |             gt: ctx::jit_gt as usize,
[INFO] [stdout]     |                             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 144 |             gt: ctx::jit_gt as *const () as usize,
[INFO] [stdout]     |                             ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:145:31
[INFO] [stdout]     |
[INFO] [stdout] 145 |             gte: ctx::jit_gte as usize,
[INFO] [stdout]     |                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 145 |             gte: ctx::jit_gte as *const () as usize,
[INFO] [stdout]     |                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:146:31
[INFO] [stdout]     |
[INFO] [stdout] 146 |             add: ctx::jit_add as usize,
[INFO] [stdout]     |                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 146 |             add: ctx::jit_add as *const () as usize,
[INFO] [stdout]     |                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:147:31
[INFO] [stdout]     |
[INFO] [stdout] 147 |             sub: ctx::jit_sub as usize,
[INFO] [stdout]     |                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 147 |             sub: ctx::jit_sub as *const () as usize,
[INFO] [stdout]     |                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:148:31
[INFO] [stdout]     |
[INFO] [stdout] 148 |             mul: ctx::jit_mul as usize,
[INFO] [stdout]     |                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 148 |             mul: ctx::jit_mul as *const () as usize,
[INFO] [stdout]     |                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:149:31
[INFO] [stdout]     |
[INFO] [stdout] 149 |             div: ctx::jit_div as usize,
[INFO] [stdout]     |                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 149 |             div: ctx::jit_div as *const () as usize,
[INFO] [stdout]     |                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:150:37
[INFO] [stdout]     |
[INFO] [stdout] 150 |             modulo: ctx::jit_modulo as usize,
[INFO] [stdout]     |                                     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 150 |             modulo: ctx::jit_modulo as *const () as usize,
[INFO] [stdout]     |                                     ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:151:31
[INFO] [stdout]     |
[INFO] [stdout] 151 |             pow: ctx::jit_pow as usize,
[INFO] [stdout]     |                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 151 |             pow: ctx::jit_pow as *const () as usize,
[INFO] [stdout]     |                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:152:43
[INFO] [stdout]     |
[INFO] [stdout] 152 |             to_string: ctx::jit_to_string as usize,
[INFO] [stdout]     |                                           ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 152 |             to_string: ctx::jit_to_string as *const () as usize,
[INFO] [stdout]     |                                           ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:153:47
[INFO] [stdout]     |
[INFO] [stdout] 153 |             load_global: ctx::jit_load_global as usize,
[INFO] [stdout]     |                                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 153 |             load_global: ctx::jit_load_global as *const () as usize,
[INFO] [stdout]     |                                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:154:49
[INFO] [stdout]     |
[INFO] [stdout] 154 |             load_upvalue: ctx::jit_load_upvalue as usize,
[INFO] [stdout]     |                                                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 154 |             load_upvalue: ctx::jit_load_upvalue as *const () as usize,
[INFO] [stdout]     |                                                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:155:51
[INFO] [stdout]     |
[INFO] [stdout] 155 |             store_upvalue: ctx::jit_store_upvalue as usize,
[INFO] [stdout]     |                                                   ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 155 |             store_upvalue: ctx::jit_store_upvalue as *const () as usize,
[INFO] [stdout]     |                                                   ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:156:49
[INFO] [stdout]     |
[INFO] [stdout] 156 |             make_closure: ctx::jit_make_closure as usize,
[INFO] [stdout]     |                                                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 156 |             make_closure: ctx::jit_make_closure as *const () as usize,
[INFO] [stdout]     |                                                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:157:53
[INFO] [stdout]     |
[INFO] [stdout] 157 |             load_static_fn: ctx::jit_load_static_fn as usize,
[INFO] [stdout]     |                                                     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 157 |             load_static_fn: ctx::jit_load_static_fn as *const () as usize,
[INFO] [stdout]     |                                                     ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:158:33
[INFO] [stdout]     |
[INFO] [stdout] 158 |             call: ctx::jit_call as usize,
[INFO] [stdout]     |                                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 158 |             call: ctx::jit_call as *const () as usize,
[INFO] [stdout]     |                                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:159:47
[INFO] [stdout]     |
[INFO] [stdout] 159 |             call_method: ctx::jit_call_method as usize,
[INFO] [stdout]     |                                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 159 |             call_method: ctx::jit_call_method as *const () as usize,
[INFO] [stdout]     |                                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:160:49
[INFO] [stdout]     |
[INFO] [stdout] 160 |             get_property: ctx::jit_get_property as usize,
[INFO] [stdout]     |                                                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 160 |             get_property: ctx::jit_get_property as *const () as usize,
[INFO] [stdout]     |                                                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:161:49
[INFO] [stdout]     |
[INFO] [stdout] 161 |             set_property: ctx::jit_set_property as usize,
[INFO] [stdout]     |                                                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 161 |             set_property: ctx::jit_set_property as *const () as usize,
[INFO] [stdout]     |                                                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:162:47
[INFO] [stdout]     |
[INFO] [stdout] 162 |             build_array: ctx::jit_build_array as usize,
[INFO] [stdout]     |                                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 162 |             build_array: ctx::jit_build_array as *const () as usize,
[INFO] [stdout]     |                                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:163:43
[INFO] [stdout]     |
[INFO] [stdout] 163 |             build_str: ctx::jit_build_str as usize,
[INFO] [stdout]     |                                           ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 163 |             build_str: ctx::jit_build_str as *const () as usize,
[INFO] [stdout]     |                                           ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:164:37
[INFO] [stdout]     |
[INFO] [stdout] 164 |             negate: ctx::jit_negate as usize,
[INFO] [stdout]     |                                     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 164 |             negate: ctx::jit_negate as *const () as usize,
[INFO] [stdout]     |                                     ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:165:47
[INFO] [stdout]     |
[INFO] [stdout] 165 |             logical_not: ctx::jit_logical_not as usize,
[INFO] [stdout]     |                                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 165 |             logical_not: ctx::jit_logical_not as *const () as usize,
[INFO] [stdout]     |                                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:166:43
[INFO] [stdout]     |
[INFO] [stdout] 166 |             get_index: ctx::jit_get_index as usize,
[INFO] [stdout]     |                                           ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 166 |             get_index: ctx::jit_get_index as *const () as usize,
[INFO] [stdout]     |                                           ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:167:43
[INFO] [stdout]     |
[INFO] [stdout] 167 |             set_index: ctx::jit_set_index as usize,
[INFO] [stdout]     |                                           ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 167 |             set_index: ctx::jit_set_index as *const () as usize,
[INFO] [stdout]     |                                           ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:168:45
[INFO] [stdout]     |
[INFO] [stdout] 168 |             typeof_val: ctx::jit_typeof_val as usize,
[INFO] [stdout]     |                                             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 168 |             typeof_val: ctx::jit_typeof_val as *const () as usize,
[INFO] [stdout]     |                                             ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:169:45
[INFO] [stdout]     |
[INFO] [stdout] 169 |             instanceof: ctx::jit_instanceof as usize,
[INFO] [stdout]     |                                             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 169 |             instanceof: ctx::jit_instanceof as *const () as usize,
[INFO] [stdout]     |                                             ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:170:49
[INFO] [stdout]     |
[INFO] [stdout] 170 |             array_length: ctx::jit_array_length as usize,
[INFO] [stdout]     |                                                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 170 |             array_length: ctx::jit_array_length as *const () as usize,
[INFO] [stdout]     |                                                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:171:45
[INFO] [stdout]     |
[INFO] [stdout] 171 |             array_push: ctx::jit_array_push as usize,
[INFO] [stdout]     |                                             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 171 |             array_push: ctx::jit_array_push as *const () as usize,
[INFO] [stdout]     |                                             ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:172:43
[INFO] [stdout]     |
[INFO] [stdout] 172 |             array_pop: ctx::jit_array_pop as usize,
[INFO] [stdout]     |                                           ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 172 |             array_pop: ctx::jit_array_pop as *const () as usize,
[INFO] [stdout]     |                                           ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:173:49
[INFO] [stdout]     |
[INFO] [stdout] 173 |             array_extend: ctx::jit_array_extend as usize,
[INFO] [stdout]     |                                                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 173 |             array_extend: ctx::jit_array_extend as *const () as usize,
[INFO] [stdout]     |                                                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:174:45
[INFO] [stdout]     |
[INFO] [stdout] 174 |             str_concat: ctx::jit_str_concat as usize,
[INFO] [stdout]     |                                             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 174 |             str_concat: ctx::jit_str_concat as *const () as usize,
[INFO] [stdout]     |                                             ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:175:43
[INFO] [stdout]     |
[INFO] [stdout] 175 |             str_slice: ctx::jit_str_slice as usize,
[INFO] [stdout]     |                                           ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 175 |             str_slice: ctx::jit_str_slice as *const () as usize,
[INFO] [stdout]     |                                           ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:176:45
[INFO] [stdout]     |
[INFO] [stdout] 176 |             str_length: ctx::jit_str_length as usize,
[INFO] [stdout]     |                                             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 176 |             str_length: ctx::jit_str_length as *const () as usize,
[INFO] [stdout]     |                                             ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:177:38
[INFO] [stdout]     |
[INFO] [stdout] 177 |             bit_and: ctx::jit_bitand as usize,
[INFO] [stdout]     |                                      ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 177 |             bit_and: ctx::jit_bitand as *const () as usize,
[INFO] [stdout]     |                                      ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:178:36
[INFO] [stdout]     |
[INFO] [stdout] 178 |             bit_or: ctx::jit_bitor as usize,
[INFO] [stdout]     |                                    ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 178 |             bit_or: ctx::jit_bitor as *const () as usize,
[INFO] [stdout]     |                                    ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:179:38
[INFO] [stdout]     |
[INFO] [stdout] 179 |             bit_xor: ctx::jit_bitxor as usize,
[INFO] [stdout]     |                                      ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 179 |             bit_xor: ctx::jit_bitxor as *const () as usize,
[INFO] [stdout]     |                                      ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:180:31
[INFO] [stdout]     |
[INFO] [stdout] 180 |             shl: ctx::jit_shl as usize,
[INFO] [stdout]     |                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 180 |             shl: ctx::jit_shl as *const () as usize,
[INFO] [stdout]     |                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:181:31
[INFO] [stdout]     |
[INFO] [stdout] 181 |             shr: ctx::jit_shr as usize,
[INFO] [stdout]     |                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 181 |             shr: ctx::jit_shr as *const () as usize,
[INFO] [stdout]     |                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:182:33
[INFO] [stdout]     |
[INFO] [stdout] 182 |             ushr: ctx::jit_ushr as usize,
[INFO] [stdout]     |                                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 182 |             ushr: ctx::jit_ushr as *const () as usize,
[INFO] [stdout]     |                                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:183:47
[INFO] [stdout]     |
[INFO] [stdout] 183 |             load_module: ctx::jit_load_module as usize,
[INFO] [stdout]     |                                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 183 |             load_module: ctx::jit_load_module as *const () as usize,
[INFO] [stdout]     |                                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:184:57
[INFO] [stdout]     |
[INFO] [stdout] 184 |             load_module_slot: ctx::jit_load_module_slot as usize,
[INFO] [stdout]     |                                                         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 184 |             load_module_slot: ctx::jit_load_module_slot as *const () as usize,
[INFO] [stdout]     |                                                         ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:185:59
[INFO] [stdout]     |
[INFO] [stdout] 185 |             store_module_slot: ctx::jit_store_module_slot as usize,
[INFO] [stdout]     |                                                           ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 185 |             store_module_slot: ctx::jit_store_module_slot as *const () as usize,
[INFO] [stdout]     |                                                           ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:186:71
[INFO] [stdout]     |
[INFO] [stdout] 186 |             build_object_with_shape: ctx::jit_build_object_with_shape as usize,
[INFO] [stdout]     |                                                                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 186 |             build_object_with_shape: ctx::jit_build_object_with_shape as *const () as usize,
[INFO] [stdout]     |                                                                       ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:187:35
[INFO] [stdout]     |
[INFO] [stdout] 187 |             range: ctx::jit_range as usize,
[INFO] [stdout]     |                                   ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 187 |             range: ctx::jit_range as *const () as usize,
[INFO] [stdout]     |                                   ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:188:55
[INFO] [stdout]     |
[INFO] [stdout] 188 |             assert_not_null: ctx::jit_assert_not_null as usize,
[INFO] [stdout]     |                                                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 188 |             assert_not_null: ctx::jit_assert_not_null as *const () as usize,
[INFO] [stdout]     |                                                       ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:189:51
[INFO] [stdout]     |
[INFO] [stdout] 189 |             close_upvalue: ctx::jit_close_upvalue as usize,
[INFO] [stdout]     |                                                   ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 189 |             close_upvalue: ctx::jit_close_upvalue as *const () as usize,
[INFO] [stdout]     |                                                   ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:190:49
[INFO] [stdout]     |
[INFO] [stdout] 190 |             get_enum_tag: ctx::jit_get_enum_tag as usize,
[INFO] [stdout]     |                                                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 190 |             get_enum_tag: ctx::jit_get_enum_tag as *const () as usize,
[INFO] [stdout]     |                                                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:191:46
[INFO] [stdout]     |
[INFO] [stdout] 191 |             is_array: ctx::jit_is_array_stub as usize,
[INFO] [stdout]     |                                              ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 191 |             is_array: ctx::jit_is_array_stub as *const () as usize,
[INFO] [stdout]     |                                              ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:192:52
[INFO] [stdout]     |
[INFO] [stdout] 192 |             wrap_spread: ctx::jit_wrap_spread_stub as usize,
[INFO] [stdout]     |                                                    ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 192 |             wrap_spread: ctx::jit_wrap_spread_stub as *const () as usize,
[INFO] [stdout]     |                                                    ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:193:52
[INFO] [stdout]     |
[INFO] [stdout] 193 |             object_keys: ctx::jit_object_keys_stub as usize,
[INFO] [stdout]     |                                                    ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 193 |             object_keys: ctx::jit_object_keys_stub as *const () as usize,
[INFO] [stdout]     |                                                    ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:194:40
[INFO] [stdout]     |
[INFO] [stdout] 194 |             op_in: ctx::jit_op_in_stub as usize,
[INFO] [stdout]     |                                        ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 194 |             op_in: ctx::jit_op_in_stub as *const () as usize,
[INFO] [stdout]     |                                        ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:195:54
[INFO] [stdout]     |
[INFO] [stdout] 195 |             object_merge: ctx::jit_object_merge_stub as usize,
[INFO] [stdout]     |                                                      ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 195 |             object_merge: ctx::jit_object_merge_stub as *const () as usize,
[INFO] [stdout]     |                                                      ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:196:55
[INFO] [stdout]     |
[INFO] [stdout] 196 |             get_fixed_field: ctx::jit_get_fixed_field as usize,
[INFO] [stdout]     |                                                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 196 |             get_fixed_field: ctx::jit_get_fixed_field as *const () as usize,
[INFO] [stdout]     |                                                       ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:197:55
[INFO] [stdout]     |
[INFO] [stdout] 197 |             set_fixed_field: ctx::jit_set_fixed_field as usize,
[INFO] [stdout]     |                                                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 197 |             set_fixed_field: ctx::jit_set_fixed_field as *const () as usize,
[INFO] [stdout]     |                                                       ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:198:66
[INFO] [stdout]     |
[INFO] [stdout] 198 |             get_property_maybe: ctx::jit_get_property_maybe_stub as usize,
[INFO] [stdout]     |                                                                  ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 198 |             get_property_maybe: ctx::jit_get_property_maybe_stub as *const () as usize,
[INFO] [stdout]     |                                                                  ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:199:43
[INFO] [stdout]     |
[INFO] [stdout] 199 |             get_super: ctx::jit_get_super as usize,
[INFO] [stdout]     |                                           ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 199 |             get_super: ctx::jit_get_super as *const () as usize,
[INFO] [stdout]     |                                           ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:200:45
[INFO] [stdout]     |
[INFO] [stdout] 200 |             get_symbol: ctx::jit_get_symbol as usize,
[INFO] [stdout]     |                                             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 200 |             get_symbol: ctx::jit_get_symbol as *const () as usize,
[INFO] [stdout]     |                                             ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:201:47
[INFO] [stdout]     |
[INFO] [stdout] 201 |             bind_method: ctx::jit_bind_method as usize,
[INFO] [stdout]     |                                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 201 |             bind_method: ctx::jit_bind_method as *const () as usize,
[INFO] [stdout]     |                                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:202:51
[INFO] [stdout]     |
[INFO] [stdout] 202 |             define_global: ctx::jit_define_global as usize,
[INFO] [stdout]     |                                                   ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 202 |             define_global: ctx::jit_define_global as *const () as usize,
[INFO] [stdout]     |                                                   ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:203:49
[INFO] [stdout]     |
[INFO] [stdout] 203 |             store_global: ctx::jit_store_global as usize,
[INFO] [stdout]     |                                                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 203 |             store_global: ctx::jit_store_global as *const () as usize,
[INFO] [stdout]     |                                                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:204:51
[INFO] [stdout]     |
[INFO] [stdout] 204 |             declare_field: ctx::jit_declare_field as usize,
[INFO] [stdout]     |                                                   ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 204 |             declare_field: ctx::jit_declare_field as *const () as usize,
[INFO] [stdout]     |                                                   ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:205:45
[INFO] [stdout]     |
[INFO] [stdout] 205 |             make_class: ctx::jit_make_class as usize,
[INFO] [stdout]     |                                             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 205 |             make_class: ctx::jit_make_class as *const () as usize,
[INFO] [stdout]     |                                             ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:206:39
[INFO] [stdout]     |
[INFO] [stdout] 206 |             inherit: ctx::jit_inherit as usize,
[INFO] [stdout]     |                                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 206 |             inherit: ctx::jit_inherit as *const () as usize,
[INFO] [stdout]     |                                       ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:207:55
[INFO] [stdout]     |
[INFO] [stdout] 207 |             class_member_op: ctx::jit_class_member_op as usize,
[INFO] [stdout]     |                                                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 207 |             class_member_op: ctx::jit_class_member_op as *const () as usize,
[INFO] [stdout]     |                                                       ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:208:49
[INFO] [stdout]     |
[INFO] [stdout] 208 |             build_object: ctx::jit_build_object as usize,
[INFO] [stdout]     |                                                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 208 |             build_object: ctx::jit_build_object as *const () as usize,
[INFO] [stdout]     |                                                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:209:47
[INFO] [stdout]     |
[INFO] [stdout] 209 |             object_rest: ctx::jit_object_rest as usize,
[INFO] [stdout]     |                                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 209 |             object_rest: ctx::jit_object_rest as *const () as usize,
[INFO] [stdout]     |                                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:210:59
[INFO] [stdout]     |
[INFO] [stdout] 210 |             make_enum_variant: ctx::jit_make_enum_variant as usize,
[INFO] [stdout]     |                                                           ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 210 |             make_enum_variant: ctx::jit_make_enum_variant as *const () as usize,
[INFO] [stdout]     |                                                           ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:211:35
[INFO] [stdout]     |
[INFO] [stdout] 211 |             spawn: ctx::jit_spawn as usize,
[INFO] [stdout]     |                                   ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 211 |             spawn: ctx::jit_spawn as *const () as usize,
[INFO] [stdout]     |                                   ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:212:47
[INFO] [stdout]     |
[INFO] [stdout] 212 |             call_spread: ctx::jit_call_spread as usize,
[INFO] [stdout]     |                                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 212 |             call_spread: ctx::jit_call_spread as *const () as usize,
[INFO] [stdout]     |                                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:213:61
[INFO] [stdout]     |
[INFO] [stdout] 213 |             load_module_by_idx: ctx::jit_load_module_by_idx as usize,
[INFO] [stdout]     |                                                             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 213 |             load_module_by_idx: ctx::jit_load_module_by_idx as *const () as usize,
[INFO] [stdout]     |                                                             ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:214:53
[INFO] [stdout]     |
[INFO] [stdout] 214 |             invoke_virtual: ctx::jit_invoke_virtual as usize,
[INFO] [stdout]     |                                                     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 214 |             invoke_virtual: ctx::jit_invoke_virtual as *const () as usize,
[INFO] [stdout]     |                                                     ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:215:41
[INFO] [stdout]     |
[INFO] [stdout] 215 |             try_push: ctx::jit_push_try as usize,
[INFO] [stdout]     |                                         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 215 |             try_push: ctx::jit_push_try as *const () as usize,
[INFO] [stdout]     |                                         ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:216:39
[INFO] [stdout]     |
[INFO] [stdout] 216 |             try_pop: ctx::jit_pop_try as usize,
[INFO] [stdout]     |                                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 216 |             try_pop: ctx::jit_pop_try as *const () as usize,
[INFO] [stdout]     |                                       ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:217:35
[INFO] [stdout]     |
[INFO] [stdout] 217 |             throw: ctx::jit_throw as usize,
[INFO] [stdout]     |                                   ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 217 |             throw: ctx::jit_throw as *const () as usize,
[INFO] [stdout]     |                                   ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:218:42
[INFO] [stdout]     |
[INFO] [stdout] 218 |             await_helper: ctx::jit_await as usize,
[INFO] [stdout]     |                                          ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 218 |             await_helper: ctx::jit_await as *const () as usize,
[INFO] [stdout]     |                                          ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:219:42
[INFO] [stdout]     |
[INFO] [stdout] 219 |             yield_helper: ctx::jit_yield as usize,
[INFO] [stdout]     |                                          ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 219 |             yield_helper: ctx::jit_yield as *const () as usize,
[INFO] [stdout]     |                                          ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:220:65
[INFO] [stdout]     |
[INFO] [stdout] 220 |             get_property_ic_fast: ctx::jit_get_property_ic_fast as usize,
[INFO] [stdout]     |                                                                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 220 |             get_property_ic_fast: ctx::jit_get_property_ic_fast as *const () as usize,
[INFO] [stdout]     |                                                                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:221:77
[INFO] [stdout]     |
[INFO] [stdout] 221 |             get_property_maybe_ic_fast: ctx::jit_get_property_maybe_ic_fast as usize,
[INFO] [stdout]     |                                                                             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 221 |             get_property_maybe_ic_fast: ctx::jit_get_property_maybe_ic_fast as *const () as usize,
[INFO] [stdout]     |                                                                             ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:222:53
[INFO] [stdout]     |
[INFO] [stdout] 222 |             jit_prepare_call: ctx::jit_prepare_call as usize,
[INFO] [stdout]     |                                                     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 222 |             jit_prepare_call: ctx::jit_prepare_call as *const () as usize,
[INFO] [stdout]     |                                                     ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:223:59
[INFO] [stdout]     |
[INFO] [stdout] 223 |             jit_push_self_frame: ctx::jit_push_self_frame as usize,
[INFO] [stdout]     |                                                           ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 223 |             jit_push_self_frame: ctx::jit_push_self_frame as *const () as usize,
[INFO] [stdout]     |                                                           ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:224:47
[INFO] [stdout]     |
[INFO] [stdout] 224 |             jit_post_call: ctx::jit_post_call as usize,
[INFO] [stdout]     |                                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 224 |             jit_post_call: ctx::jit_post_call as *const () as usize,
[INFO] [stdout]     |                                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:225:71
[INFO] [stdout]     |
[INFO] [stdout] 225 |             jit_ensure_stack_capacity: ctx::jit_ensure_stack_capacity as usize,
[INFO] [stdout]     |                                                                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 225 |             jit_ensure_stack_capacity: ctx::jit_ensure_stack_capacity as *const () as usize,
[INFO] [stdout]     |                                                                       ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:226:61
[INFO] [stdout]     |
[INFO] [stdout] 226 |             dispatch_intrinsic: ctx::jit_dispatch_intrinsic as usize,
[INFO] [stdout]     |                                                             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 226 |             dispatch_intrinsic: ctx::jit_dispatch_intrinsic as *const () as usize,
[INFO] [stdout]     |                                                             ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:227:53
[INFO] [stdout]     |
[INFO] [stdout] 227 |             jit_is_native_fn: ctx::jit_is_native_fn as usize,
[INFO] [stdout]     |                                                     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 227 |             jit_is_native_fn: ctx::jit_is_native_fn as *const () as usize,
[INFO] [stdout]     |                                                     ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:228:61
[INFO] [stdout]     |
[INFO] [stdout] 228 |             jit_call_native_fast: ctx::jit_call_native_fast as usize,
[INFO] [stdout]     |                                                             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 228 |             jit_call_native_fast: ctx::jit_call_native_fast as *const () as usize,
[INFO] [stdout]     |                                                             ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:229:57
[INFO] [stdout]     |
[INFO] [stdout] 229 |             jit_call_native_op: ctx::jit_call_native_op as usize,
[INFO] [stdout]     |                                                         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 229 |             jit_call_native_op: ctx::jit_call_native_op as *const () as usize,
[INFO] [stdout]     |                                                         ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:136:45
[INFO] [stdout]     |
[INFO] [stdout] 136 |             load_const: ctx::jit_load_const as usize,
[INFO] [stdout]     |                                             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(function_casts_as_integer)]` on by default
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 136 |             load_const: ctx::jit_load_const as *const () as usize,
[INFO] [stdout]     |                                             ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:137:55
[INFO] [stdout]     |
[INFO] [stdout] 137 |             load_global_idx: ctx::jit_load_global_idx as usize,
[INFO] [stdout]     |                                                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 137 |             load_global_idx: ctx::jit_load_global_idx as *const () as usize,
[INFO] [stdout]     |                                                       ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:138:57
[INFO] [stdout]     |
[INFO] [stdout] 138 |             store_global_idx: ctx::jit_store_global_idx as usize,
[INFO] [stdout]     |                                                         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 138 |             store_global_idx: ctx::jit_store_global_idx as *const () as usize,
[INFO] [stdout]     |                                                         ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:139:59
[INFO] [stdout]     |
[INFO] [stdout] 139 |             define_global_idx: ctx::jit_define_global_idx as usize,
[INFO] [stdout]     |                                                           ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 139 |             define_global_idx: ctx::jit_define_global_idx as *const () as usize,
[INFO] [stdout]     |                                                           ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:140:29
[INFO] [stdout]     |
[INFO] [stdout] 140 |             eq: ctx::jit_eq as usize,
[INFO] [stdout]     |                             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 140 |             eq: ctx::jit_eq as *const () as usize,
[INFO] [stdout]     |                             ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:141:31
[INFO] [stdout]     |
[INFO] [stdout] 141 |             neq: ctx::jit_neq as usize,
[INFO] [stdout]     |                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 141 |             neq: ctx::jit_neq as *const () as usize,
[INFO] [stdout]     |                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:142:29
[INFO] [stdout]     |
[INFO] [stdout] 142 |             lt: ctx::jit_lt as usize,
[INFO] [stdout]     |                             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 142 |             lt: ctx::jit_lt as *const () as usize,
[INFO] [stdout]     |                             ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:143:31
[INFO] [stdout]     |
[INFO] [stdout] 143 |             lte: ctx::jit_lte as usize,
[INFO] [stdout]     |                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 143 |             lte: ctx::jit_lte as *const () as usize,
[INFO] [stdout]     |                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:144:29
[INFO] [stdout]     |
[INFO] [stdout] 144 |             gt: ctx::jit_gt as usize,
[INFO] [stdout]     |                             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 144 |             gt: ctx::jit_gt as *const () as usize,
[INFO] [stdout]     |                             ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:145:31
[INFO] [stdout]     |
[INFO] [stdout] 145 |             gte: ctx::jit_gte as usize,
[INFO] [stdout]     |                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 145 |             gte: ctx::jit_gte as *const () as usize,
[INFO] [stdout]     |                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:146:31
[INFO] [stdout]     |
[INFO] [stdout] 146 |             add: ctx::jit_add as usize,
[INFO] [stdout]     |                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 146 |             add: ctx::jit_add as *const () as usize,
[INFO] [stdout]     |                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:147:31
[INFO] [stdout]     |
[INFO] [stdout] 147 |             sub: ctx::jit_sub as usize,
[INFO] [stdout]     |                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 147 |             sub: ctx::jit_sub as *const () as usize,
[INFO] [stdout]     |                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:148:31
[INFO] [stdout]     |
[INFO] [stdout] 148 |             mul: ctx::jit_mul as usize,
[INFO] [stdout]     |                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 148 |             mul: ctx::jit_mul as *const () as usize,
[INFO] [stdout]     |                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:149:31
[INFO] [stdout]     |
[INFO] [stdout] 149 |             div: ctx::jit_div as usize,
[INFO] [stdout]     |                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 149 |             div: ctx::jit_div as *const () as usize,
[INFO] [stdout]     |                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:150:37
[INFO] [stdout]     |
[INFO] [stdout] 150 |             modulo: ctx::jit_modulo as usize,
[INFO] [stdout]     |                                     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 150 |             modulo: ctx::jit_modulo as *const () as usize,
[INFO] [stdout]     |                                     ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:151:31
[INFO] [stdout]     |
[INFO] [stdout] 151 |             pow: ctx::jit_pow as usize,
[INFO] [stdout]     |                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 151 |             pow: ctx::jit_pow as *const () as usize,
[INFO] [stdout]     |                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:152:43
[INFO] [stdout]     |
[INFO] [stdout] 152 |             to_string: ctx::jit_to_string as usize,
[INFO] [stdout]     |                                           ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 152 |             to_string: ctx::jit_to_string as *const () as usize,
[INFO] [stdout]     |                                           ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:153:47
[INFO] [stdout]     |
[INFO] [stdout] 153 |             load_global: ctx::jit_load_global as usize,
[INFO] [stdout]     |                                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 153 |             load_global: ctx::jit_load_global as *const () as usize,
[INFO] [stdout]     |                                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:154:49
[INFO] [stdout]     |
[INFO] [stdout] 154 |             load_upvalue: ctx::jit_load_upvalue as usize,
[INFO] [stdout]     |                                                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 154 |             load_upvalue: ctx::jit_load_upvalue as *const () as usize,
[INFO] [stdout]     |                                                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:155:51
[INFO] [stdout]     |
[INFO] [stdout] 155 |             store_upvalue: ctx::jit_store_upvalue as usize,
[INFO] [stdout]     |                                                   ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 155 |             store_upvalue: ctx::jit_store_upvalue as *const () as usize,
[INFO] [stdout]     |                                                   ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:156:49
[INFO] [stdout]     |
[INFO] [stdout] 156 |             make_closure: ctx::jit_make_closure as usize,
[INFO] [stdout]     |                                                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 156 |             make_closure: ctx::jit_make_closure as *const () as usize,
[INFO] [stdout]     |                                                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:157:53
[INFO] [stdout]     |
[INFO] [stdout] 157 |             load_static_fn: ctx::jit_load_static_fn as usize,
[INFO] [stdout]     |                                                     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 157 |             load_static_fn: ctx::jit_load_static_fn as *const () as usize,
[INFO] [stdout]     |                                                     ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:158:33
[INFO] [stdout]     |
[INFO] [stdout] 158 |             call: ctx::jit_call as usize,
[INFO] [stdout]     |                                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 158 |             call: ctx::jit_call as *const () as usize,
[INFO] [stdout]     |                                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:159:47
[INFO] [stdout]     |
[INFO] [stdout] 159 |             call_method: ctx::jit_call_method as usize,
[INFO] [stdout]     |                                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 159 |             call_method: ctx::jit_call_method as *const () as usize,
[INFO] [stdout]     |                                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:160:49
[INFO] [stdout]     |
[INFO] [stdout] 160 |             get_property: ctx::jit_get_property as usize,
[INFO] [stdout]     |                                                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 160 |             get_property: ctx::jit_get_property as *const () as usize,
[INFO] [stdout]     |                                                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:161:49
[INFO] [stdout]     |
[INFO] [stdout] 161 |             set_property: ctx::jit_set_property as usize,
[INFO] [stdout]     |                                                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 161 |             set_property: ctx::jit_set_property as *const () as usize,
[INFO] [stdout]     |                                                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:162:47
[INFO] [stdout]     |
[INFO] [stdout] 162 |             build_array: ctx::jit_build_array as usize,
[INFO] [stdout]     |                                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 162 |             build_array: ctx::jit_build_array as *const () as usize,
[INFO] [stdout]     |                                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:163:43
[INFO] [stdout]     |
[INFO] [stdout] 163 |             build_str: ctx::jit_build_str as usize,
[INFO] [stdout]     |                                           ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 163 |             build_str: ctx::jit_build_str as *const () as usize,
[INFO] [stdout]     |                                           ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:164:37
[INFO] [stdout]     |
[INFO] [stdout] 164 |             negate: ctx::jit_negate as usize,
[INFO] [stdout]     |                                     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 164 |             negate: ctx::jit_negate as *const () as usize,
[INFO] [stdout]     |                                     ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:165:47
[INFO] [stdout]     |
[INFO] [stdout] 165 |             logical_not: ctx::jit_logical_not as usize,
[INFO] [stdout]     |                                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 165 |             logical_not: ctx::jit_logical_not as *const () as usize,
[INFO] [stdout]     |                                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:166:43
[INFO] [stdout]     |
[INFO] [stdout] 166 |             get_index: ctx::jit_get_index as usize,
[INFO] [stdout]     |                                           ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 166 |             get_index: ctx::jit_get_index as *const () as usize,
[INFO] [stdout]     |                                           ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:167:43
[INFO] [stdout]     |
[INFO] [stdout] 167 |             set_index: ctx::jit_set_index as usize,
[INFO] [stdout]     |                                           ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 167 |             set_index: ctx::jit_set_index as *const () as usize,
[INFO] [stdout]     |                                           ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:168:45
[INFO] [stdout]     |
[INFO] [stdout] 168 |             typeof_val: ctx::jit_typeof_val as usize,
[INFO] [stdout]     |                                             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 168 |             typeof_val: ctx::jit_typeof_val as *const () as usize,
[INFO] [stdout]     |                                             ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:169:45
[INFO] [stdout]     |
[INFO] [stdout] 169 |             instanceof: ctx::jit_instanceof as usize,
[INFO] [stdout]     |                                             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 169 |             instanceof: ctx::jit_instanceof as *const () as usize,
[INFO] [stdout]     |                                             ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:170:49
[INFO] [stdout]     |
[INFO] [stdout] 170 |             array_length: ctx::jit_array_length as usize,
[INFO] [stdout]     |                                                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 170 |             array_length: ctx::jit_array_length as *const () as usize,
[INFO] [stdout]     |                                                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:171:45
[INFO] [stdout]     |
[INFO] [stdout] 171 |             array_push: ctx::jit_array_push as usize,
[INFO] [stdout]     |                                             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 171 |             array_push: ctx::jit_array_push as *const () as usize,
[INFO] [stdout]     |                                             ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:172:43
[INFO] [stdout]     |
[INFO] [stdout] 172 |             array_pop: ctx::jit_array_pop as usize,
[INFO] [stdout]     |                                           ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 172 |             array_pop: ctx::jit_array_pop as *const () as usize,
[INFO] [stdout]     |                                           ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:173:49
[INFO] [stdout]     |
[INFO] [stdout] 173 |             array_extend: ctx::jit_array_extend as usize,
[INFO] [stdout]     |                                                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 173 |             array_extend: ctx::jit_array_extend as *const () as usize,
[INFO] [stdout]     |                                                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:174:45
[INFO] [stdout]     |
[INFO] [stdout] 174 |             str_concat: ctx::jit_str_concat as usize,
[INFO] [stdout]     |                                             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 174 |             str_concat: ctx::jit_str_concat as *const () as usize,
[INFO] [stdout]     |                                             ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:175:43
[INFO] [stdout]     |
[INFO] [stdout] 175 |             str_slice: ctx::jit_str_slice as usize,
[INFO] [stdout]     |                                           ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 175 |             str_slice: ctx::jit_str_slice as *const () as usize,
[INFO] [stdout]     |                                           ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:176:45
[INFO] [stdout]     |
[INFO] [stdout] 176 |             str_length: ctx::jit_str_length as usize,
[INFO] [stdout]     |                                             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 176 |             str_length: ctx::jit_str_length as *const () as usize,
[INFO] [stdout]     |                                             ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:177:38
[INFO] [stdout]     |
[INFO] [stdout] 177 |             bit_and: ctx::jit_bitand as usize,
[INFO] [stdout]     |                                      ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 177 |             bit_and: ctx::jit_bitand as *const () as usize,
[INFO] [stdout]     |                                      ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:178:36
[INFO] [stdout]     |
[INFO] [stdout] 178 |             bit_or: ctx::jit_bitor as usize,
[INFO] [stdout]     |                                    ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 178 |             bit_or: ctx::jit_bitor as *const () as usize,
[INFO] [stdout]     |                                    ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:179:38
[INFO] [stdout]     |
[INFO] [stdout] 179 |             bit_xor: ctx::jit_bitxor as usize,
[INFO] [stdout]     |                                      ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 179 |             bit_xor: ctx::jit_bitxor as *const () as usize,
[INFO] [stdout]     |                                      ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:180:31
[INFO] [stdout]     |
[INFO] [stdout] 180 |             shl: ctx::jit_shl as usize,
[INFO] [stdout]     |                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 180 |             shl: ctx::jit_shl as *const () as usize,
[INFO] [stdout]     |                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:181:31
[INFO] [stdout]     |
[INFO] [stdout] 181 |             shr: ctx::jit_shr as usize,
[INFO] [stdout]     |                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 181 |             shr: ctx::jit_shr as *const () as usize,
[INFO] [stdout]     |                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:182:33
[INFO] [stdout]     |
[INFO] [stdout] 182 |             ushr: ctx::jit_ushr as usize,
[INFO] [stdout]     |                                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 182 |             ushr: ctx::jit_ushr as *const () as usize,
[INFO] [stdout]     |                                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:183:47
[INFO] [stdout]     |
[INFO] [stdout] 183 |             load_module: ctx::jit_load_module as usize,
[INFO] [stdout]     |                                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 183 |             load_module: ctx::jit_load_module as *const () as usize,
[INFO] [stdout]     |                                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:184:57
[INFO] [stdout]     |
[INFO] [stdout] 184 |             load_module_slot: ctx::jit_load_module_slot as usize,
[INFO] [stdout]     |                                                         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 184 |             load_module_slot: ctx::jit_load_module_slot as *const () as usize,
[INFO] [stdout]     |                                                         ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:185:59
[INFO] [stdout]     |
[INFO] [stdout] 185 |             store_module_slot: ctx::jit_store_module_slot as usize,
[INFO] [stdout]     |                                                           ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 185 |             store_module_slot: ctx::jit_store_module_slot as *const () as usize,
[INFO] [stdout]     |                                                           ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:186:71
[INFO] [stdout]     |
[INFO] [stdout] 186 |             build_object_with_shape: ctx::jit_build_object_with_shape as usize,
[INFO] [stdout]     |                                                                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 186 |             build_object_with_shape: ctx::jit_build_object_with_shape as *const () as usize,
[INFO] [stdout]     |                                                                       ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:187:35
[INFO] [stdout]     |
[INFO] [stdout] 187 |             range: ctx::jit_range as usize,
[INFO] [stdout]     |                                   ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 187 |             range: ctx::jit_range as *const () as usize,
[INFO] [stdout]     |                                   ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:188:55
[INFO] [stdout]     |
[INFO] [stdout] 188 |             assert_not_null: ctx::jit_assert_not_null as usize,
[INFO] [stdout]     |                                                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 188 |             assert_not_null: ctx::jit_assert_not_null as *const () as usize,
[INFO] [stdout]     |                                                       ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:189:51
[INFO] [stdout]     |
[INFO] [stdout] 189 |             close_upvalue: ctx::jit_close_upvalue as usize,
[INFO] [stdout]     |                                                   ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 189 |             close_upvalue: ctx::jit_close_upvalue as *const () as usize,
[INFO] [stdout]     |                                                   ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:190:49
[INFO] [stdout]     |
[INFO] [stdout] 190 |             get_enum_tag: ctx::jit_get_enum_tag as usize,
[INFO] [stdout]     |                                                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 190 |             get_enum_tag: ctx::jit_get_enum_tag as *const () as usize,
[INFO] [stdout]     |                                                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:191:46
[INFO] [stdout]     |
[INFO] [stdout] 191 |             is_array: ctx::jit_is_array_stub as usize,
[INFO] [stdout]     |                                              ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 191 |             is_array: ctx::jit_is_array_stub as *const () as usize,
[INFO] [stdout]     |                                              ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:192:52
[INFO] [stdout]     |
[INFO] [stdout] 192 |             wrap_spread: ctx::jit_wrap_spread_stub as usize,
[INFO] [stdout]     |                                                    ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 192 |             wrap_spread: ctx::jit_wrap_spread_stub as *const () as usize,
[INFO] [stdout]     |                                                    ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:193:52
[INFO] [stdout]     |
[INFO] [stdout] 193 |             object_keys: ctx::jit_object_keys_stub as usize,
[INFO] [stdout]     |                                                    ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 193 |             object_keys: ctx::jit_object_keys_stub as *const () as usize,
[INFO] [stdout]     |                                                    ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:194:40
[INFO] [stdout]     |
[INFO] [stdout] 194 |             op_in: ctx::jit_op_in_stub as usize,
[INFO] [stdout]     |                                        ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 194 |             op_in: ctx::jit_op_in_stub as *const () as usize,
[INFO] [stdout]     |                                        ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:195:54
[INFO] [stdout]     |
[INFO] [stdout] 195 |             object_merge: ctx::jit_object_merge_stub as usize,
[INFO] [stdout]     |                                                      ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 195 |             object_merge: ctx::jit_object_merge_stub as *const () as usize,
[INFO] [stdout]     |                                                      ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:196:55
[INFO] [stdout]     |
[INFO] [stdout] 196 |             get_fixed_field: ctx::jit_get_fixed_field as usize,
[INFO] [stdout]     |                                                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 196 |             get_fixed_field: ctx::jit_get_fixed_field as *const () as usize,
[INFO] [stdout]     |                                                       ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:197:55
[INFO] [stdout]     |
[INFO] [stdout] 197 |             set_fixed_field: ctx::jit_set_fixed_field as usize,
[INFO] [stdout]     |                                                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 197 |             set_fixed_field: ctx::jit_set_fixed_field as *const () as usize,
[INFO] [stdout]     |                                                       ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:198:66
[INFO] [stdout]     |
[INFO] [stdout] 198 |             get_property_maybe: ctx::jit_get_property_maybe_stub as usize,
[INFO] [stdout]     |                                                                  ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 198 |             get_property_maybe: ctx::jit_get_property_maybe_stub as *const () as usize,
[INFO] [stdout]     |                                                                  ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:199:43
[INFO] [stdout]     |
[INFO] [stdout] 199 |             get_super: ctx::jit_get_super as usize,
[INFO] [stdout]     |                                           ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 199 |             get_super: ctx::jit_get_super as *const () as usize,
[INFO] [stdout]     |                                           ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:200:45
[INFO] [stdout]     |
[INFO] [stdout] 200 |             get_symbol: ctx::jit_get_symbol as usize,
[INFO] [stdout]     |                                             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 200 |             get_symbol: ctx::jit_get_symbol as *const () as usize,
[INFO] [stdout]     |                                             ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:201:47
[INFO] [stdout]     |
[INFO] [stdout] 201 |             bind_method: ctx::jit_bind_method as usize,
[INFO] [stdout]     |                                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 201 |             bind_method: ctx::jit_bind_method as *const () as usize,
[INFO] [stdout]     |                                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:202:51
[INFO] [stdout]     |
[INFO] [stdout] 202 |             define_global: ctx::jit_define_global as usize,
[INFO] [stdout]     |                                                   ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 202 |             define_global: ctx::jit_define_global as *const () as usize,
[INFO] [stdout]     |                                                   ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:203:49
[INFO] [stdout]     |
[INFO] [stdout] 203 |             store_global: ctx::jit_store_global as usize,
[INFO] [stdout]     |                                                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 203 |             store_global: ctx::jit_store_global as *const () as usize,
[INFO] [stdout]     |                                                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:204:51
[INFO] [stdout]     |
[INFO] [stdout] 204 |             declare_field: ctx::jit_declare_field as usize,
[INFO] [stdout]     |                                                   ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 204 |             declare_field: ctx::jit_declare_field as *const () as usize,
[INFO] [stdout]     |                                                   ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:205:45
[INFO] [stdout]     |
[INFO] [stdout] 205 |             make_class: ctx::jit_make_class as usize,
[INFO] [stdout]     |                                             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 205 |             make_class: ctx::jit_make_class as *const () as usize,
[INFO] [stdout]     |                                             ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:206:39
[INFO] [stdout]     |
[INFO] [stdout] 206 |             inherit: ctx::jit_inherit as usize,
[INFO] [stdout]     |                                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 206 |             inherit: ctx::jit_inherit as *const () as usize,
[INFO] [stdout]     |                                       ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:207:55
[INFO] [stdout]     |
[INFO] [stdout] 207 |             class_member_op: ctx::jit_class_member_op as usize,
[INFO] [stdout]     |                                                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 207 |             class_member_op: ctx::jit_class_member_op as *const () as usize,
[INFO] [stdout]     |                                                       ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:208:49
[INFO] [stdout]     |
[INFO] [stdout] 208 |             build_object: ctx::jit_build_object as usize,
[INFO] [stdout]     |                                                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 208 |             build_object: ctx::jit_build_object as *const () as usize,
[INFO] [stdout]     |                                                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:209:47
[INFO] [stdout]     |
[INFO] [stdout] 209 |             object_rest: ctx::jit_object_rest as usize,
[INFO] [stdout]     |                                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 209 |             object_rest: ctx::jit_object_rest as *const () as usize,
[INFO] [stdout]     |                                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:210:59
[INFO] [stdout]     |
[INFO] [stdout] 210 |             make_enum_variant: ctx::jit_make_enum_variant as usize,
[INFO] [stdout]     |                                                           ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 210 |             make_enum_variant: ctx::jit_make_enum_variant as *const () as usize,
[INFO] [stdout]     |                                                           ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:211:35
[INFO] [stdout]     |
[INFO] [stdout] 211 |             spawn: ctx::jit_spawn as usize,
[INFO] [stdout]     |                                   ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 211 |             spawn: ctx::jit_spawn as *const () as usize,
[INFO] [stdout]     |                                   ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:212:47
[INFO] [stdout]     |
[INFO] [stdout] 212 |             call_spread: ctx::jit_call_spread as usize,
[INFO] [stdout]     |                                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 212 |             call_spread: ctx::jit_call_spread as *const () as usize,
[INFO] [stdout]     |                                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:213:61
[INFO] [stdout]     |
[INFO] [stdout] 213 |             load_module_by_idx: ctx::jit_load_module_by_idx as usize,
[INFO] [stdout]     |                                                             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 213 |             load_module_by_idx: ctx::jit_load_module_by_idx as *const () as usize,
[INFO] [stdout]     |                                                             ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:214:53
[INFO] [stdout]     |
[INFO] [stdout] 214 |             invoke_virtual: ctx::jit_invoke_virtual as usize,
[INFO] [stdout]     |                                                     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 214 |             invoke_virtual: ctx::jit_invoke_virtual as *const () as usize,
[INFO] [stdout]     |                                                     ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:215:41
[INFO] [stdout]     |
[INFO] [stdout] 215 |             try_push: ctx::jit_push_try as usize,
[INFO] [stdout]     |                                         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 215 |             try_push: ctx::jit_push_try as *const () as usize,
[INFO] [stdout]     |                                         ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:216:39
[INFO] [stdout]     |
[INFO] [stdout] 216 |             try_pop: ctx::jit_pop_try as usize,
[INFO] [stdout]     |                                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 216 |             try_pop: ctx::jit_pop_try as *const () as usize,
[INFO] [stdout]     |                                       ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:217:35
[INFO] [stdout]     |
[INFO] [stdout] 217 |             throw: ctx::jit_throw as usize,
[INFO] [stdout]     |                                   ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 217 |             throw: ctx::jit_throw as *const () as usize,
[INFO] [stdout]     |                                   ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:218:42
[INFO] [stdout]     |
[INFO] [stdout] 218 |             await_helper: ctx::jit_await as usize,
[INFO] [stdout]     |                                          ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 218 |             await_helper: ctx::jit_await as *const () as usize,
[INFO] [stdout]     |                                          ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:219:42
[INFO] [stdout]     |
[INFO] [stdout] 219 |             yield_helper: ctx::jit_yield as usize,
[INFO] [stdout]     |                                          ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 219 |             yield_helper: ctx::jit_yield as *const () as usize,
[INFO] [stdout]     |                                          ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:220:65
[INFO] [stdout]     |
[INFO] [stdout] 220 |             get_property_ic_fast: ctx::jit_get_property_ic_fast as usize,
[INFO] [stdout]     |                                                                 ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 220 |             get_property_ic_fast: ctx::jit_get_property_ic_fast as *const () as usize,
[INFO] [stdout]     |                                                                 ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:221:77
[INFO] [stdout]     |
[INFO] [stdout] 221 |             get_property_maybe_ic_fast: ctx::jit_get_property_maybe_ic_fast as usize,
[INFO] [stdout]     |                                                                             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 221 |             get_property_maybe_ic_fast: ctx::jit_get_property_maybe_ic_fast as *const () as usize,
[INFO] [stdout]     |                                                                             ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:222:53
[INFO] [stdout]     |
[INFO] [stdout] 222 |             jit_prepare_call: ctx::jit_prepare_call as usize,
[INFO] [stdout]     |                                                     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 222 |             jit_prepare_call: ctx::jit_prepare_call as *const () as usize,
[INFO] [stdout]     |                                                     ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:223:59
[INFO] [stdout]     |
[INFO] [stdout] 223 |             jit_push_self_frame: ctx::jit_push_self_frame as usize,
[INFO] [stdout]     |                                                           ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 223 |             jit_push_self_frame: ctx::jit_push_self_frame as *const () as usize,
[INFO] [stdout]     |                                                           ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:224:47
[INFO] [stdout]     |
[INFO] [stdout] 224 |             jit_post_call: ctx::jit_post_call as usize,
[INFO] [stdout]     |                                               ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 224 |             jit_post_call: ctx::jit_post_call as *const () as usize,
[INFO] [stdout]     |                                               ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:225:71
[INFO] [stdout]     |
[INFO] [stdout] 225 |             jit_ensure_stack_capacity: ctx::jit_ensure_stack_capacity as usize,
[INFO] [stdout]     |                                                                       ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 225 |             jit_ensure_stack_capacity: ctx::jit_ensure_stack_capacity as *const () as usize,
[INFO] [stdout]     |                                                                       ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:226:61
[INFO] [stdout]     |
[INFO] [stdout] 226 |             dispatch_intrinsic: ctx::jit_dispatch_intrinsic as usize,
[INFO] [stdout]     |                                                             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 226 |             dispatch_intrinsic: ctx::jit_dispatch_intrinsic as *const () as usize,
[INFO] [stdout]     |                                                             ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:227:53
[INFO] [stdout]     |
[INFO] [stdout] 227 |             jit_is_native_fn: ctx::jit_is_native_fn as usize,
[INFO] [stdout]     |                                                     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 227 |             jit_is_native_fn: ctx::jit_is_native_fn as *const () as usize,
[INFO] [stdout]     |                                                     ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:228:61
[INFO] [stdout]     |
[INFO] [stdout] 228 |             jit_call_native_fast: ctx::jit_call_native_fast as usize,
[INFO] [stdout]     |                                                             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 228 |             jit_call_native_fast: ctx::jit_call_native_fast as *const () as usize,
[INFO] [stdout]     |                                                             ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: direct cast of function item into an integer
[INFO] [stdout]    --> crates/varn-vm/src/frame.rs:229:57
[INFO] [stdout]     |
[INFO] [stdout] 229 |             jit_call_native_op: ctx::jit_call_native_op as usize,
[INFO] [stdout]     |                                                         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: first cast to a pointer `as *const ()`
[INFO] [stdout]     |
[INFO] [stdout] 229 |             jit_call_native_op: ctx::jit_call_native_op as *const () as usize,
[INFO] [stdout]     |                                                         ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking tower-lsp v0.20.0
[INFO] [stderr]     Checking varn-lsp v0.1.0 (/opt/rustwide/workdir/crates/varn-lsp)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/varn-lsp/src/document/chain_queries.rs:25:29
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn resolve_chain_at(&self, line: u32, col: u32) -> Option<ChainResult> {
[INFO] [stdout]    |                             ^^^^^ the lifetime is elided here     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn resolve_chain_at(&self, line: u32, col: u32) -> Option<ChainResult<'_>> {
[INFO] [stdout]    |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/varn-lsp/src/document/chain_queries.rs:25:29
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn resolve_chain_at(&self, line: u32, col: u32) -> Option<ChainResult> {
[INFO] [stdout]    |                             ^^^^^ the lifetime is elided here     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 25 |     pub fn resolve_chain_at(&self, line: u32, col: u32) -> Option<ChainResult<'_>> {
[INFO] [stdout]    |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking varn-pipeline v0.1.0 (/opt/rustwide/workdir/crates/varn-pipeline)
[INFO] [stderr]     Checking varn-cli v0.1.0 (/opt/rustwide/workdir/crates/varn-cli)
[INFO] [stderr]     Finished `dev` profile [optimized + debuginfo] target(s) in 58.21s
[INFO] running `Command { std: "docker" "inspect" "1fdacc4943555a1ab0a030fd570308da4f7728c012065274176853b2f1b78ab4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1fdacc4943555a1ab0a030fd570308da4f7728c012065274176853b2f1b78ab4", kill_on_drop: false }`
[INFO] [stdout] 1fdacc4943555a1ab0a030fd570308da4f7728c012065274176853b2f1b78ab4
